Computers & Technology
epub |eng | 2018-05-08 | Author:Paul McFedries
Preventing the default event action Some events come with default actions that they perform when the event fires. For example, a link's click event opens the target URL, whereas a ...
( Category:
Web Development & Design
May 24,2018 )
epub |eng | 2017-03-15 | Author:Raymond Camden & Brian Rinaldi
<div class="docs-content"> {{ range $name, $taxonomy := .Site.Taxonomies.categories }} <h2>{{ $name | title }}</h2> {{ range $taxonomy.Pages }} <h3 id="{{ .LinkTitle | urlize }}">{{ .Title }}</h3> {{ .Content }} <hr> ...
( Category:
Programming
May 23,2018 )
epub |eng | 2017-10-11 | Author:Walter Quesada & Bob Lautenbach
def trigger_process(trigger): if player.is_playing(): player.stop() # clean up the temp directory if not debug: for some_file in os.listdir(tmp_path): file_path = os.path.join(tmp_path, some_file) try: if os.path.isfile(file_path): os.remove(file_path) except Exception as exp: ...
( Category:
Engineering
May 23,2018 )
High Performance Images by Colin Bendell Tim Kadlec Yoav Weiss Guy Podjarny Nick Doyle & Mike McCall
epub |eng | 2016-08-25 | Author:Colin Bendell, Tim Kadlec, Yoav Weiss, Guy Podjarny, Nick Doyle & Mike McCall
<a class="icon icon-edge" href="https://www.microsoft.com/en-ca/windows/microsoft-edge"> Microsoft Edge </a> <a class="icon icon-chrome" href="https://www.google.com/chrome/"> Chrome </a> <a class="icon icon-firefox" href="https://www.mozilla.org/en-US/firefox/new/"> Firefox </a> <a class="icon icon-safari" href="http://www.apple.com/safari/"> Safari </a> In this example we have ...
( Category:
Programming Languages
May 23,2018 )
epub |eng | 2017-05-24 | Author:Stephen Ludin & Javier Garza
Successfully negotiated h2 As per spec, sent a SETTINGS frame right away Set the window size to 16 KB as requested in the command line Note the use of stream_id ...
( Category:
Networking & Cloud Computing
May 23,2018 )
epub, pdf |eng | 2017-10-26 | Author:Eric A. Meyer, Estelle Weyl
( Category:
Web Development & Design
May 23,2018 )
mobi, epub |eng | 2016-08-25 | Author:Colin Bendell, Tim Kadlec, Yoav Weiss, Guy Podjarny, Nick Doyle, and Mike McCall
Animations Using CSS sprites to do video spriting Games and JavaScript Making a website feel more like a mobile app A comprehensive review of the different techniques and usages can ...
( Category:
Programming Languages
May 23,2018 )
mobi, epub, pdf |eng | 2017-03-15 | Author:Raymond Camden and Brian Rinaldi
The Scrolling Navigation If you’ve tested the page we built, you may notice that some of the navigation items fall off the page and aren’t visible until the entire page ...
( Category:
Programming
May 23,2018 )
mobi, pdf |eng | 2017-05-03 | Author:Alex Banks and Eve Porcello
Example 7-3. ./components/hoc/Expandable.js import { Component } from 'react' const Expandable = ComposedComponent => class Expandable extends Component { constructor(props) { super(props) const collapsed = (props.hidden && props.hidden === true) ...
( Category:
Programming
May 23,2018 )
mobi, epub |eng | 2017-10-11 | Author:Walter Quesada and Bob Lautenbach
def alexa_speech_recognizer(audio_stream): url = 'https://access-alexa-na.amazon.com/v1/avs/speechrecognizer/recognize' boundary = 'this-is-a-boundary' headers = { 'Authorization': 'Bearer %s' % token, 'Content-Type': 'multipart/form-data; boundary=%s' % boundary, 'Transfer-Encoding': 'chunked', } data = alexa_speech_recognizer_generate_data(audio_stream, boundary) resp = ...
( Category:
Engineering
May 23,2018 )
mobi, epub |eng | 2017-05-24 | Author:Stephen Ludin and Javier Garza
Ngttpd received the server’s SETTINGS frame. Sent and received acknowledgment of the SETTINGS frames. [ 0.278] recv (stream_id=1, sensitive) :status: 200 [ 0.279] recv (stream_id=1, sensitive) last-modified: Wed, 01 Jun ...
( Category:
Networking & Cloud Computing
May 23,2018 )
azw3 |eng | 2018-03-23 | Author:Stefan Kaczmarek & Brad Lees & Gary Bennett & Mitch Fisher [Kaczmarek, Stefan]
3.Next, go into the ViewController.h file and change the variable nameLabel to firstLabel, as shown in Figure 7-14. Also, add two additional labels, as shown in the figure. Figure 7-14Adding ...
( Category:
Mobile Phones, Tablets & E-Readers
May 22,2018 )
epub, mobi |eng | 2016-11-25 | Author:Steve Lindstrom
When a group of tabs present in a .tab-group-vertical element are rendered using the CSS in Example 4-11 you’ll see the tabs in Figure 4-2. Figure 4-2. Vertical tabs These ...
( Category:
Web Development & Design
May 22,2018 )
epub |eng | | Author:Noel Rappin
Advanced Cucumber This section could be titled “Things Cucumber lets you do that are probably bad ideas.” Cucumber allows for a lot of flexibility in how steps match with step ...
( Category:
Programming
May 22,2018 )
mobi, epub, pdf |eng | 2017-12-15 | Author:Prabhakaran Anbazhagan
Let's dig in further and see what is happening internally and how Entity Framework is processing these queries. We might be thinking that EF Core would be retrieving blog entries ...
( Category:
Programming Languages
May 22,2018 )
Categories
Popular ebooks
Deep Learning with Python by François Chollet(29797)The Mikado Method by Ola Ellnestam Daniel Brolund(27085)
Hello! Python by Anthony Briggs(25935)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(25281)
Kotlin in Action by Dmitry Jemerov(24388)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(23585)
Dependency Injection in .NET by Mark Seemann(23305)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(21939)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(20840)
Grails in Action by Glen Smith Peter Ledbrook(19861)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(17068)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(16827)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(14458)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(12578)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(11860)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10647)
Hit Refresh by Satya Nadella(9231)
The Kubernetes Operator Framework Book by Michael Dame(8584)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8441)
Robo-Advisor with Python by Aki Ranin(8384)